projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9ed9b4
)
* xterm.c (x_term_init): Remove XSynchronize call done for debugging.
author
Jan Djärv
<jan.h.d@swipnet.se>
Wed, 21 Oct 2009 19:15:57 +0000
(19:15 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Wed, 21 Oct 2009 19:15:57 +0000
(19:15 +0000)
src/ChangeLog
patch
|
blob
|
history
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index c1f8b8cef83ad5a7e4a9791c4665dfbdae1c84b7..0e4d2d24b0cfc271b3c4ab7df42d210f5bb01363 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2009-10-21 Jan Djärv <jan.h.d@swipnet.se>
+ * xterm.c (x_term_init): Remove XSynchronize call done for debugging.
+
* xterm.h (x_wait_for_event): Declare it.
* xterm.c (pending_event_wait): New variable.
diff --git
a/src/xterm.c
b/src/xterm.c
index e3a70a07fe428d5e58c7ed2334e1aff74752871b..16aa12abbaa0d0874c38dceb0f204f9820dbd5fe 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-10456,7
+10456,6
@@
x_term_init (display_name, xrm_option, resource_name)
|| !strcmp (SDATA (value), "on")))
XSynchronize (dpyinfo->display, True);
}
- XSynchronize (dpyinfo->display, True);
{
Lisp_Object value;